home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_101.txt next >
Encoding:
Text File  |  1995-09-21  |  363 b   |  11 lines

  1. Inputs: List; Item; [StartIndex]
  2. Outputs: FoundIndex
  3.  
  4. Inputs: list; any; [integer]
  5. Outputs: integer
  6.  
  7. FoundIndex is the position in List of the first occurrence of item after the position specified by StartIndex. FoundIndex is 0 if Item does not occur in List. Note that a list item is found only if it equals Item in the sense defined by the = primitive.
  8.  
  9. Lists
  10.  
  11.